home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
jumpingrope.swf
/
scripts
/
frame_37
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
713b
|
24 lines
function saveAgainF()
{
clearInterval(saveAgainInter);
gameOver_mc.gotoAndStop("saveAgain");
}
function saveAgain()
{
_root.buttonSound.start();
_root.pointSave.load(callUrl + "?game_seq=" + game_seq + "&point=" + point + "&mem_id=" + mem_id + "&game_point=" + _root.game_score);
gameOver_mc.gotoAndStop(1);
}
function resultF()
{
clearInterval(resultInter);
gameOver_mc.gotoAndStop("result");
}
callUrl = "i_game_end_exec.php";
gameOver_mc.gotoAndStop("result");
ScoreSending = function()
{
sendingResult = "점수 전송중";
};
_root.pointSave.load(callUrl + "?game_seq=" + game_seq + "&point=" + point + "&mem_id=" + mem_id + "&game_point=" + _root.game_score);